home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
dlibsrc.arc
/
BLKSIZ.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-10-01
|
234 b
|
9 lines
/*
* Default _BLKSIZ variable declaration
*
* NOTE: (16 * _BLKSIZ) is the maximum amount of memory that can
* by managed by the dynamic memory management routines.
*/
long _BLKSIZ = 65536; /* Malloc() in 64K chunks */